style "xeno_thin_default" {
    bg[ACTIVE]		= "#909090"
    fg[ACTIVE]		= "#000000"
    bg[NORMAL]		= "#a3a2a0"
    fg[NORMAL]		= "#000000"
    bg[INSENSITIVE]	= "#a3a2a0"
    fg[INSENSITIVE]	= "#555555"
    bg[PRELIGHT]	= "#a3a2a0"
    fg[PRELIGHT]	= "#000000"
    bg[SELECTED]	= "#554080"
    fg[SELECTED]	= "#ffffff"
    base[NORMAL]	= "#dddddd"
    base[ACTIVE]	= "#dddddd"
    base[SELECTED]	= "#554080"
    base[INSENSITIVE]	= "#b0b0b0"
    base[PRELIGHT]	= "#dddddd"

    engine "xeno" {
	thickness		= 1
	scrollbar_knob		= none
	stepper_ends		= true
	stepper_arrows		= false
	scrollbar_width		= 11
	paned_knob		= buds
	shine			= 1.5
	shade			= 0.5
    }
}

style "xeno_thin_list" {
    base[ACTIVE]	="#ffffff"
}

style "xeno_thin_tooltips" {
    bg[NORMAL]		= "#ffeeaa"
    fg[NORMAL]		= "#000000"
}

style "xeno_thin_button" {
    bg[NORMAL]		= "#bdbcbb"
    bg[PRELIGHT]	= "#bdbcbb"
    bg[INSENSITIVE]	= "#adadad"
    base[NORMAL]	= "#bdbcbb"
    base[ACTIVE]	= "#bdbcbb"
    base[PRELIGHT]	= "#bdbcbb"
}

style "xeno_thin_menuitem" {
    bg[PRELIGHT]	= "#bdbcbb"
    engine "xeno" {
	thickness = 1
	menu_style = thin out
    }
}

style "xeno_thin_menu" {
    engine "xeno" {
	thickness = 2
	out = thin out
    }
}

style "xeno_thin_range" = "xeno_thin_button" {
    bg[ACTIVE]		= "#808080"
}

style "xeno_thin_infobar" {
    bg[NORMAL]		= "#afaead"
}

style "xeno_thin_frame" {
    engine "xeno" {
	thickness = 3
	label = black
    }
}

class "GtkWidget"		style "xeno_thin_default"
class "GtkList"			style "xeno_thin_list"
class "GtkTree"			style "xeno_thin_list"
class "GtkCList"		style "xeno_thin_list"
class "GtkCTree"		style "xeno_thin_list"
class "GtkButton"		style "xeno_thin_button"
class "GtkSpinButton"		style "xeno_thin_button"
class "GtkRange"		style "xeno_thin_range"
class "GtkProgress"		style "xeno_thin_infobar"
class "GtkStatusbar"		style "xeno_thin_infobar"
class "GtkMenuItem"		style "xeno_thin_menuitem"
class "GtkMenu"			style "xeno_thin_menu"
class "GtkFrame"		style "xeno_thin_frame"
widget "gtk-tooltips*"		style "xeno_thin_tooltips"
